projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303c835
)
* files.el (auto-mode-alist): Select org-mode for files with the
author
Carsten Dominik
<dominik@science.uva.nl>
Sat, 10 Nov 2007 17:20:37 +0000
(17:20 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Sat, 10 Nov 2007 17:20:37 +0000
(17:20 +0000)
extension ".org".
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 2c658ac1d3f130de4bcebc5aed3623ddb2049c20..a7dd79b8a88be88a12222658379d767f9818c789 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1964,6
+1964,7
@@
since only a single case-insensitive search through the alist is made."
("\\.ins\\'" . tex-mode) ;Installation files for TeX packages.
("\\.ltx\\'" . latex-mode)
("\\.dtx\\'" . doctex-mode)
+ ("\\.org\\'" . org-mode)
("\\.el\\'" . emacs-lisp-mode)
("\\.\\(scm\\|stk\\|ss\\|sch\\)\\'" . scheme-mode)
("\\.l\\'" . lisp-mode)